home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Graphics⁄Sound / Gnome / Gnome.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-02  |  222 b   |  20 lines  |  [TEXT/KAHL]

  1. /*
  2.     Gnome.h - types and constants for metronome.
  3. */
  4.  
  5.  
  6.  
  7.  
  8. # ifndef    nil
  9. # define    nil            (0L)
  10. # endif
  11.  
  12. /*
  13.     Resource numbers
  14. */
  15.  
  16. typedef enum                    /* alert/dialog numbers */
  17. {
  18.     aboutAlrtNum = 1000    /* "About Gnome..." alert */
  19. };
  20.